home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / lib / xconq / napoleon.per < prev    next >
Text File  |  1995-07-02  |  3KB  |  123 lines

  1. Xconq 0 -+---- Napoleonic era
  2. Period 0
  3.  
  4. "1800" period-name
  5.  
  6. "i" "infantry" "the backbone of the army" utype
  7. "c" "cavalry" "zips around for shock effect" utype
  8. "a" "artillery" "slow but pounds on infantry" utype
  9. "t" "transport" "" utype
  10. "f" "frigate" "" utype
  11. "F" "fleet" "a full line of battle fleet" utype
  12. "B" "balloon" "fragile but good for reconnaissance" utype
  13. "/" "fortifications" "" utype
  14. "*" "city" "" utype
  15. "@" "capital" "" utype
  16.  
  17. "$" "food" "" rtype
  18. "s" "shot" "" rtype  ; what artillery and ships use
  19.  
  20. "." "sea" "sky blue" ttype
  21. "," "shallows" "cyan" ttype
  22. "=" "swamp" "dark gray" ttype
  23. "+" "plains" "green" ttype
  24. "%" "forest" "forest green" ttype
  25. "~" "desert" "yellow" ttype
  26. "^" "mountains" "sienna" ttype
  27. "_" "ice" "white" ttype
  28.  
  29. [   0  70  70  70  70  70  95  99 ] t* min-alt
  30. [  70  70  72  95  95  95  99 100 ] t* max-alt
  31. [   0   0  50  20  80   0   0   0 ] t* min-wet
  32. [ 100 100 100  80 100  20 100 100 ] t* max-wet
  33.  
  34. ice edge-terrain
  35.  
  36. "soldiers" i icon-name
  37. "cavalry" c icon-name
  38. "artillery" a icon-name
  39. "brig" t icon-name
  40. "frigate" f icon-name
  41. "twodecker" F icon-name
  42. "balloon" B icon-name
  43. "camp" / icon-name
  44. "town20" * icon-name
  45. "city18" @ icon-name
  46.  
  47. [ plains desert forest mountains ] "land" define
  48. [ i c a t f F B ] "movers" define
  49. [ i c a ] "land-forces" define
  50. [ t f F ] "ships" define
  51.  
  52. 1 [ * @ ] named
  53. [ 1 5 25 ] [ / * @ ] territory
  54.  
  55. 1 @ in-country
  56. 5 * in-country
  57. 100 * density
  58. 100 plains [ * @ ] favored
  59. @ first-unit
  60. i first-product
  61. true u* already-seen
  62.  
  63. [ 4 10 10 15 20 30 40 ] movers @ make
  64. [ 4 10 10 15 20 30 40 ] movers * make
  65. 0 B * make
  66. 1 [ * @ ] maker
  67. 20 u* startup
  68. 0 i startup
  69. 50 B research
  70. 1 u* [ * @ ] repair
  71. 10 [ f F ] [ f F ] repair
  72.  
  73. 1 food land-forces produce
  74. 10 [ food shot ] [ * @ ] produce
  75. 100 [ plains forest ] land-forces productivity
  76. [ 4 10  4 300 300 300  0 10 500 1000 ] food u* storage
  77. [ 1  0 30  30  30  50  0 100 200 400 ] shot u* storage
  78. 1 food land-forces consume
  79. 1 food ships consume
  80.  
  81. [ 1 1 5 2 5 3 5 ] movers speed
  82.  
  83. 0 land [ i a ] moves
  84. 2 [ forest mountains ] c moves
  85. 0 [ sea shallows ] [ t f F ] moves
  86. 1 shallows f moves
  87. -1 shallows F moves
  88. 0 t* B moves
  89.  
  90. 3 u* [ * @ ] capacity
  91. [ 5 2 1 ] land-forces t capacity
  92. [ 1 ] [ i ] f capacity
  93. [ 2 1 ] [ i c ] F capacity
  94.  
  95. [ 1 1 1 2 3 6 1 10 20 40 ] u* hp
  96.  
  97. [ 40  30  70  20  10   5  60  99  99  99 ] u* i hit
  98. [ 50  40  70  10   5   1  20  50  50  50 ] u* c hit
  99. [ 60  60  30  50  50  40  10  99  99  99 ] u* a hit
  100. [ 20  30  10  20  10  10   5   0   0   0 ] u* t hit
  101. [ 50  40  25  60  50  50  10  60  60  60 ] u* f hit
  102. [ 50  50  30  80  40  50  50 100 100 100 ] u* F hit
  103. [ 10  10  10  10  10  10  10  10  10  10 ] u* B hit
  104. [  0   0   0   0   0   0   0   0   0   0 ] u* / hit
  105. [ 20  20  20  20  20  20  20  20  20  20 ] u* * hit
  106. [ 40  40  40  40  40  40  40  40  40  40 ] u* @ hit
  107.  
  108. 1 u* u* damage
  109. 2 u* [ c a ] damage
  110. 3 u* F damage
  111.  
  112. [ 20 70 50 20 ] [ a / * @ ] i capture
  113.  
  114. 1 ships can-disband
  115.  
  116. 1 [ * @ ] neutral
  117.  
  118. begin{notes}
  119. end{notes}
  120.  
  121. end
  122.  
  123.